Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@wixc3/patterns
Advanced tools
Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer
Class | Description |
---|---|
Debouncer | Cancelable debouncing of calls to trigger |
Disposable_2 | |
Disposables | |
EventEmitter | Basic type safe event emitter |
LRUCache | BASIC (not optimal) implementation of the LRU cache |
SafeDisposable | Adds dispose-safe methods to Disposables: - setInterval/setTimeout - guard |
SetMultiMap | Maps keys to a set of values |
Signal | Signal is a simple event emitter for one type of event. |
Function | Description |
---|---|
createDisposables(name, initialGroups) | Disposables allow adding of disposal async functions, when dispose is called, these functions will be run sequentially Disposal groups: You can set disposal groups with constraints (before, after) to ensure that disposal groups are disposed in the correct order within each group disposables are disposed in the reverse order they were added |
isDisposable(value) | |
isSetMultiMap(x) |
Interface | Description |
---|---|
DisposalGroup | |
IDisposable | |
LRUCacheConfig |
Variable | Description |
---|---|
DEFAULT_GROUP | |
DEFAULT_TIMEOUT |
Type Alias | Description |
---|---|
DisposableItem | |
DisposableOptions | |
GroupConstraints | |
IEventEmitter | |
Listener |
FAQs
A utility for saving objects to be disposed
The npm package @wixc3/patterns receives a total of 366 weekly downloads. As such, @wixc3/patterns popularity was classified as not popular.
We found that @wixc3/patterns demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 68 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.